home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu314.dms / pu314.adf / NComm / Install < prev    next >
Text File  |  1990-01-19  |  347b  |  17 lines

  1. echo "Setting up NComm: assignment ..."
  2. assign NComm:
  3. assign NComm: ""
  4.  
  5. echo "Installing fonts in fonts: ..."
  6. echo "(if the makedir fails, you already have them installed)"
  7.  
  8. makedir fonts:NComm1
  9. copy NComm1.font fonts:
  10. copy NComm1.8 fonts:NComm1/8
  11.  
  12. makedir fonts:NComm2
  13. copy NComm2.font fonts:
  14. copy NComm2.8 fonts:NComm2/8
  15.  
  16. echo "All done."
  17. endcli